ArcFM Responder Mobile Developer Guide
FormatWith(String,IFormatProvider,Object[]) Method






Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function FormatWith( _
   ByVal string As System.String, _
   ByVal formatProvider As System.IFormatProvider, _
   ByVal ParamArray args() As System.Object _
) As System.String
'Usage
 
Dim string As System.String
Dim formatProvider As System.IFormatProvider
Dim args() As System.Object
Dim value As System.String
 
value = StringExtensions.FormatWith(string, formatProvider, args)
[System.Runtime.CompilerServices.Extension()]
public static System.string FormatWith( 
   System.string string,
   System.IFormatProvider formatProvider,
   params System.object[] args
)
public function FormatWith( 
    string: System.String;
    formatProvider: System.IFormatProvider;
   params  args: System.TObjectarray of
): System.String; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function FormatWith( 
   string : System.String,
   formatProvider : System.IFormatProvider,
   args : System.Object[]
) : System.String;
[System.Runtime.CompilerServices.Extension()]
public: static System.string* FormatWith( 
   System.string* string,
   System.IFormatProvider* formatProvider,
   params System.Object*[]* args
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.String^ FormatWith( 
   System.String^ string,
   System.IFormatProvider^ formatProvider,
   ... System.array<Object^>^ args
) 

Parameters

string
formatProvider
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringExtensions Class
StringExtensions Members
Overload List

Send Feedback